{ "version": 4, "terraform_version": "1.6.4", "serial": 180, "lineage": "ff3ae7dd-f772-e8e0-8028-d7106f40a1d0", "outputs": { "db_endpoint": { "value": "db-0.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-e7cab269e906ece77", "ami": "ami-4b46d23e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-659772a4"], "subnet_id": "subnet-b4ebd2f1", "key_name": "prod-deploy-key" } } ] } ] }