{ "version": 4, "terraform_version": "1.5.4", "serial": 185, "lineage": "8c27dbb2-a9a4-2088-efd0-411d68fa058a", "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-2e458dbc46568f41c", "ami": "ami-e894d0fc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bab2a30a"], "subnet_id": "subnet-1d5ecf28", "key_name": "prod-deploy-key" } } ] } ] }