{ "version": 4, "terraform_version": "1.5.9", "serial": 187, "lineage": "e6c91ea5-544a-5ec0-516a-36e121a6f740", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-73224a137144e6fa1", "ami": "ami-1e0e2040", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2cf5a151"], "subnet_id": "subnet-3d1f0ad0", "key_name": "prod-deploy-key" } } ] } ] }