{ "version": 4, "terraform_version": "1.6.0", "serial": 404, "lineage": "5c5c6a97-e073-8319-f24b-8e5535ef1a69", "outputs": { "db_endpoint": { "value": "db-3.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-e89a0f0483d468b58", "ami": "ami-25a1547e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6b66ea53"], "subnet_id": "subnet-b13d0792", "key_name": "prod-deploy-key" } } ] } ] }