{ "version": 4, "terraform_version": "1.7.5", "serial": 303, "lineage": "aa17ac02-781d-f66d-5a56-4e4e4d0e00a0", "outputs": { "db_endpoint": { "value": "db-2.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-7adda8ab9a8c8f14e", "ami": "ami-75993ca3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-56f2c7d4"], "subnet_id": "subnet-8482304b", "key_name": "prod-deploy-key" } } ] } ] }