{ "version": 4, "terraform_version": "1.5.6", "serial": 147, "lineage": "a48a19d3-acb9-31eb-bddc-e96ed39d8dae", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-1dd280cfa1e4977aa", "ami": "ami-bb59cd57", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f7c0ae8"], "subnet_id": "subnet-b7740098", "key_name": "prod-deploy-key" } } ] } ] }