{ "version": 4, "terraform_version": "1.5.4", "serial": 227, "lineage": "f96e92b8-62ea-c66b-2c02-5cae27450da7", "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-b15c575ea9ee18107", "ami": "ami-da983448", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-668f2d73"], "subnet_id": "subnet-9d50634a", "key_name": "prod-deploy-key" } } ] } ] }