{ "version": 4, "terraform_version": "1.8.9", "serial": 483, "lineage": "41fcfaa4-76bd-b591-55f3-ff29c2698686", "outputs": { "db_endpoint": { "value": "db-1.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-3c212354af85d643c", "ami": "ami-44d02d04", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d031922f"], "subnet_id": "subnet-cf5b9b99", "key_name": "prod-deploy-key" } } ] } ] }