{ "version": 4, "terraform_version": "1.6.8", "serial": 204, "lineage": "1d4334cf-f8c3-d1aa-5ca5-e96384942c5b", "outputs": { "db_endpoint": { "value": "db-3.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-3c9084c6c068cc84b", "ami": "ami-f10bc937", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5e04b738"], "subnet_id": "subnet-c8e08cc6", "key_name": "prod-deploy-key" } } ] } ] }