{ "version": 4, "terraform_version": "1.6.3", "serial": 491, "lineage": "4b138bad-1aa2-af89-e29b-7a66103b2250", "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-2de5aa01b9d9ff250", "ami": "ami-0183b014", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f035459"], "subnet_id": "subnet-541bdc34", "key_name": "prod-deploy-key" } } ] } ] }