{ "version": 4, "terraform_version": "1.5.2", "serial": 221, "lineage": "4cc34cb4-b244-734a-09c7-18142b738b95", "outputs": { "db_endpoint": { "value": "db-1.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-8c57f552622e7226f", "ami": "ami-0e57537b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-39ac9e6a"], "subnet_id": "subnet-b161c2fb", "key_name": "prod-deploy-key" } } ] } ] }