{ "version": 4, "terraform_version": "1.5.3", "serial": 302, "lineage": "b8a7579d-b08a-0623-ff6f-facbef5fb89a", "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-7504eff56d07d2b26", "ami": "ami-3eb32830", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0ed091b9"], "subnet_id": "subnet-5ef0d22c", "key_name": "prod-deploy-key" } } ] } ] }