{ "version": 4, "terraform_version": "1.7.2", "serial": 370, "lineage": "c24f1076-4a12-8674-12af-079c9482648f", "outputs": { "db_endpoint": { "value": "db-4.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-84aa944e3319d3b6e", "ami": "ami-d18fad03", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0e40fa9a"], "subnet_id": "subnet-a812f481", "key_name": "prod-deploy-key" } } ] } ] }