{ "version": 4, "terraform_version": "1.6.1", "serial": 568, "lineage": "1880d65a-3208-99a0-c41a-5e6cdc440dfc", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3f6c2cfa369433586", "ami": "ami-5e918731", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ac384ece"], "subnet_id": "subnet-ca476f7a", "key_name": "prod-deploy-key" } } ] } ] }