{ "version": 4, "terraform_version": "1.5.1", "serial": 265, "lineage": "7590ef31-a535-f444-2793-6b5d38460a7f", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-d9f0b2b9a74cf4ceb", "ami": "ami-db27a0a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9a6bcfe5"], "subnet_id": "subnet-1a3c92fb", "key_name": "prod-deploy-key" } } ] } ] }