{ "version": 4, "terraform_version": "1.7.8", "serial": 232, "lineage": "594f5da4-cb2f-c404-7c66-451e76a0ace6", "outputs": { "db_endpoint": { "value": "db-0.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-f3da5f237c348b948", "ami": "ami-54dd65ea", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8a35705c"], "subnet_id": "subnet-27423405", "key_name": "prod-deploy-key" } } ] } ] }