{ "version": 4, "terraform_version": "1.5.3", "serial": 483, "lineage": "cdd5320a-f905-9d46-9ff6-9f2aa39a80b5", "outputs": { "db_endpoint": { "value": "db-3.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-2c059614cc81cec69", "ami": "ami-556627f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f5a51c11"], "subnet_id": "subnet-d517cc82", "key_name": "prod-deploy-key" } } ] } ] }