{ "version": 4, "terraform_version": "1.6.5", "serial": 219, "lineage": "0434b40c-e886-85aa-3f0e-d94bb9564506", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d1c5a088d0d550b5f", "ami": "ami-4e26402a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dd57fca0"], "subnet_id": "subnet-21f2e457", "key_name": "prod-deploy-key" } } ] } ] }