{ "version": 4, "terraform_version": "1.7.1", "serial": 141, "lineage": "25b37dd5-817b-e5d3-f9c4-b5b23f0d3008", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-98d17eadf0f0ac446", "ami": "ami-54bd41f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2f5af180"], "subnet_id": "subnet-e30a4486", "key_name": "prod-deploy-key" } } ] } ] }