{ "version": 4, "terraform_version": "1.6.8", "serial": 468, "lineage": "b621b31c-c2b3-1c3e-b511-617227d1d963", "outputs": { "db_endpoint": { "value": "db-2.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-8a995ddd6667077cc", "ami": "ami-e10850fe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7d513c88"], "subnet_id": "subnet-91f1a707", "key_name": "prod-deploy-key" } } ] } ] }